Neural ODE
What is Neural ODE
In Dynamical Systems, instead of a common ODE
What can it help
- system identification
- when the explicit form of the ODE is not available, we cannot use traditional ODE
- parameter estimation
How does it work
- first, recall how traditional ODE works:
- it uses numerical schemes to march the system states in time (with a time-marching equation)
- it uses numerical schemes, e.g. Euler's method
- how neural ODE works
- it substitutes the unknown dynamics with neural network and combines with suitable numeral scheme to march the system